]>
Commit | Line | Data |
---|---|---|
5200836d RBR |
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> | |
3 | <dependencies> | |
4 | <deployment identifier="macosx"/> | |
5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/> | |
6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
7 | </dependencies> | |
8 | <objects> | |
9 | <customObject id="-2" userLabel="File's Owner" customClass="BBFlatBezelInterface"> | |
10 | <connections> | |
11 | <outlet property="aSelector" destination="69" id="79"/> | |
5200836d RBR |
12 | <outlet property="dSelector" destination="68" id="75"/> |
13 | <outlet property="iSelector" destination="70" id="80"/> | |
14 | <outlet property="menuButton" destination="209" id="210"/> | |
15 | <outlet property="progressIndicator" destination="192" id="211"/> | |
16 | <outlet property="window" destination="9" id="78"/> | |
17 | </connections> | |
18 | </customObject> | |
19 | <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> | |
20 | <customObject id="-3" userLabel="Application" customClass="NSObject"/> | |
21 | <window title="Bezel Interface" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="9" userLabel="mainWindow" customClass="QSBorderlessWindow"> | |
22 | <windowStyleMask key="styleMask" titled="YES" closable="YES" nonactivatingPanel="YES"/> | |
23 | <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> | |
953623b9 | 24 | <rect key="contentRect" x="530" y="653" width="608" height="200"/> |
5200836d RBR |
25 | <rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/> |
26 | <value key="minSize" type="size" width="440" height="200"/> | |
fc2c0542 | 27 | <view key="contentView" id="6" customClass="BackgroundView" customModule="Flat_Bezel" customModuleProvider="target"> |
953623b9 | 28 | <rect key="frame" x="0.0" y="0.0" width="608" height="200"/> |
5200836d RBR |
29 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
30 | <subviews> | |
768e492e | 31 | <customView translatesAutoresizingMaskIntoConstraints="NO" id="68" customClass="FlatBezelCollectingSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> |
953623b9 | 32 | <rect key="frame" x="8" y="8" width="184" height="184"/> |
5200836d | 33 | <constraints> |
953623b9 RBR |
34 | <constraint firstAttribute="height" constant="184" id="SwQ-fC-3aw"/> |
35 | <constraint firstAttribute="width" constant="184" id="Zol-hr-3Bk"/> | |
5200836d RBR |
36 | </constraints> |
37 | <connections> | |
38 | <outlet property="nextKeyView" destination="69" id="105"/> | |
39 | </connections> | |
40 | </customView> | |
768e492e | 41 | <customView translatesAutoresizingMaskIntoConstraints="NO" id="69" customClass="FlatBezelSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> |
953623b9 | 42 | <rect key="frame" x="200" y="8" width="184" height="184"/> |
5200836d | 43 | <constraints> |
953623b9 RBR |
44 | <constraint firstAttribute="width" constant="184" id="O3w-M3-b05"/> |
45 | <constraint firstAttribute="height" constant="184" id="XPL-72-l7r"/> | |
5200836d RBR |
46 | </constraints> |
47 | <connections> | |
48 | <outlet property="nextKeyView" destination="70" id="106"/> | |
49 | </connections> | |
50 | </customView> | |
768e492e | 51 | <customView translatesAutoresizingMaskIntoConstraints="NO" id="70" customClass="FlatBezelCollectingSearchObjectView" customModule="Flat_Bezel" customModuleProvider="target"> |
953623b9 | 52 | <rect key="frame" x="392" y="8" width="184" height="184"/> |
5200836d | 53 | <constraints> |
953623b9 RBR |
54 | <constraint firstAttribute="width" constant="184" id="Jbn-VW-sSJ"/> |
55 | <constraint firstAttribute="height" constant="184" id="X3X-S6-KrY"/> | |
5200836d RBR |
56 | </constraints> |
57 | <connections> | |
58 | <outlet property="nextKeyView" destination="68" id="104"/> | |
59 | </connections> | |
60 | </customView> | |
61 | <progressIndicator horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="192"> | |
953623b9 | 62 | <rect key="frame" x="584" y="8" width="16" height="16"/> |
5200836d RBR |
63 | <constraints> |
64 | <constraint firstAttribute="width" constant="16" id="Py4-hV-7HG"/> | |
65 | </constraints> | |
66 | </progressIndicator> | |
67 | <button translatesAutoresizingMaskIntoConstraints="NO" id="209" customClass="QSMenuButton"> | |
9d1761be | 68 | <rect key="frame" x="584" y="173.5" width="16" height="21"/> |
5200836d RBR |
69 | <constraints> |
70 | <constraint firstAttribute="height" constant="16" id="cvg-xh-bvD"/> | |
71 | <constraint firstAttribute="width" constant="16" id="w12-Bf-x2f"/> | |
72 | </constraints> | |
9d1761be RBR |
73 | <buttonCell key="cell" type="bevel" bezelStyle="rounded" image="arrowtriangle.down.square.fill" catalog="system" imagePosition="only" alignment="center" inset="2" id="216"> |
74 | <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> | |
5200836d RBR |
75 | <font key="font" metaFont="system"/> |
76 | </buttonCell> | |
9d1761be | 77 | <color key="contentTintColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/> |
5200836d | 78 | </button> |
5200836d RBR |
79 | </subviews> |
80 | <constraints> | |
81 | <constraint firstItem="209" firstAttribute="top" secondItem="6" secondAttribute="top" constant="8" id="1uj-pU-uJB"/> | |
82 | <constraint firstItem="70" firstAttribute="leading" secondItem="69" secondAttribute="trailing" constant="8" id="3iK-bw-ky1"/> | |
83 | <constraint firstAttribute="bottom" secondItem="192" secondAttribute="bottom" constant="8" id="ASY-5E-0bJ"/> | |
5200836d RBR |
84 | <constraint firstAttribute="trailing" secondItem="192" secondAttribute="trailing" constant="8" id="S36-iH-Apn"/> |
85 | <constraint firstItem="69" firstAttribute="leading" secondItem="68" secondAttribute="trailing" constant="8" id="VOZ-kp-hVQ"/> | |
86 | <constraint firstAttribute="trailing" secondItem="209" secondAttribute="trailing" constant="8" id="ZBS-80-x88"/> | |
953623b9 RBR |
87 | <constraint firstItem="69" firstAttribute="top" secondItem="6" secondAttribute="top" constant="8" id="Zec-BE-M9X"/> |
88 | <constraint firstItem="70" firstAttribute="top" secondItem="6" secondAttribute="top" constant="8" id="jQN-Vd-Qm0"/> | |
953623b9 RBR |
89 | <constraint firstItem="68" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="8" id="m72-ls-RGc"/> |
90 | <constraint firstItem="68" firstAttribute="top" secondItem="6" secondAttribute="top" constant="8" id="msf-m2-n1U"/> | |
5200836d RBR |
91 | </constraints> |
92 | </view> | |
93 | <connections> | |
94 | <outlet property="delegate" destination="-2" id="81"/> | |
95 | <outlet property="initialFirstResponder" destination="68" id="111"/> | |
96 | </connections> | |
97 | <point key="canvasLocation" x="76" y="-42"/> | |
98 | </window> | |
99 | </objects> | |
9d1761be RBR |
100 | <resources> |
101 | <image name="arrowtriangle.down.square.fill" catalog="system" width="15" height="14"/> | |
102 | </resources> | |
5200836d | 103 | </document> |